home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / videoutils / a-g / ami2d / abstract next >
Text File  |  1978-11-24  |  2KB  |  61 lines

  1. Ami2D - 2D finite element analysis for the Amiga
  2. Copyright © 1992,1993 by Russell Leighton
  3.  
  4. date:    July 16, 1993
  5. version: 1.0
  6.  
  7. Abstract
  8.  
  9.    Ami2D forms the core of a collection of codes developed to perform
  10. various analyses on structures using the finite element technique.
  11. Specifically, Ami2D is a pre/post-processor used to create two dimensional
  12. finite element models and to interpret the results from subsequent
  13. solutions.  It was developed to handle both "plane" and axisymmetric two
  14. dimensional finite element analysis problems.  It is a fairly general
  15. capability in the sense that a wide variety of two dimensional problems can
  16. be modeled by Ami2D.  Other codes are included to provide a fairly complete
  17. analysis capability.  These codes include the solvers (Lin2D and Nln2D), a
  18. node equivilence code (Equ2D), a node order optimizer (Opt2D), and a couple
  19. of ancillary codes (Rexxcon and Rexxbar).  Of course, the user is free to
  20. utilize other utility codes to enhance the operation and functionality of
  21. this collection.
  22.  
  23.    The main features of the Ami2D collection are as follows:
  24.  
  25.    * may be run in the background or interactively
  26.  
  27.    * two-dimensional plane or axisymmetric problems
  28.  
  29.    * cartesian or polar coordinate systems
  30.  
  31.    * uses `ARexx' macro language
  32.  
  33.    * linear and quadratic isoparametric elements available
  34.  
  35.    * no limit on number of nodes, elements, materials, or boundary
  36.      conditions (only limited by memory)
  37.  
  38.    * no need to specify problem size (determined at run time)
  39.  
  40.    * choice of Dirchlet (constraint) or Neumann (flux), point or
  41.      distributed boundary conditions
  42.  
  43.    * graphical interface for pre/post-processor
  44.  
  45.    * definable post-processing functions
  46.  
  47.    * command aliases for customized uses
  48.  
  49.    * linear and nonlinear (geometric) solvers provided
  50.  
  51.    * solvers use a symmetric banded matrix storage format
  52.  
  53.    * solvers can handle coupled analyses
  54.  
  55.    * node order optimizer for bandwidth reduction
  56.  
  57.    * node equivilence code for part "welding"
  58.  
  59.    * ancillary codes provided for integrated, interactive environment
  60.  
  61.